* src/image.c (Fimage_flush): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Mon, 15 Jul 2013 16:03:47 +0000 (09:03 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 15 Jul 2013 16:03:47 +0000 (09:03 -0700)
src/ChangeLog
src/image.c

index 588f2933eff9973589973d0d82ea37d0354f6191..f62c8abeddcf99f2a7d8a1deed6264667f7016d1 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-15  Glenn Morris  <rgm@gnu.org>
+
+       * image.c (Fimage_flush): Fix doc typo.
+
 2013-03-11  Glenn Morris  <rgm@gnu.org>
 
        * Version 24.3 released.
index ce36699767d38476abdc513fda17d0569af6e4a3..e084119a04ea7ce8ed40769cbae6b33486b573f5 100644 (file)
@@ -1563,7 +1563,7 @@ which is then usually a filename.  */)
 
 DEFUN ("image-flush", Fimage_flush, Simage_flush,
        1, 2, 0,
-       doc: /* Fush the image with specification SPEC on frame FRAME.
+       doc: /* Flush the image with specification SPEC on frame FRAME.
 This removes the image from the Emacs image cache.  If SPEC specifies
 an image file, the next redisplay of this image will read from the
 current contents of that file.